home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1998 November: Tool Chest
/
Dev.CD Nov 98 TC.toast
/
Sample Code
/
Networking
/
OT PAPServerSample
/
CompEnv.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-08-28
|
170 b
|
11 lines
|
[
TEXT/MPS
]
#ifndef __COMPENV__
#define __COMPENV__
#define ATG_UNUSED(x) (void)(*(char *)&x);
#ifndef NO_FREE_MPW_68K_QDGLOBALS
#define NO_FREE_MPW_68K_QDGLOBALS 1
#endif
#endif